home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / freeciv / data / civ2 / buildings.ruleset next >
Text File  |  2000-02-29  |  28KB  |  1,050 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "set buildings <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; Note that the freeciv AI may not cope well with anything more
  11. ; than minor changes, including non-default variants.
  12.  
  13. [datafile]
  14. description="Civ2 buildings data for Freeciv (incomplete)"
  15. options="1.9"
  16.  
  17. ; Below: The individual buildings, one per section.
  18. ; (Buildings = City Improvements and Wonders)
  19. ; For now, the number of such sections must be kept the same (=68).
  20. ; Also, the actual building effects are currently still hardwired, 
  21. ; according to position in this list of sections.
  22. ;
  23. ; The actual tag used (the * in [building_*]) does not matter, except 
  24. ; it must be unique within this file, and it may be used in debug 
  25. ; output when reading this file.
  26. ;
  27. ; Notes:
  28. ;
  29. ; name          = name as seen by user 
  30. ; tech_req    = advance required to build; special value "Never"
  31. ;          meaning building is never available
  32. ; obsolete_by    = advance which makes building obsolete; value "None"
  33. ;          if does not become obsolete
  34. ; is_wonder    = 1 for wonders (only one instance can ever be built)
  35. ; build_cost    = production shields required to build
  36. ; upkeep    = monetary upkeep value
  37. ; variant    = controls hardwired effects options, unique to each
  38. ;          building; 0 means default effect; see README.rulesets
  39. ; helptext    = optional help text string; should escape all raw newlines 
  40. ;          so that xgettext parsing works
  41.  
  42. [building_airport]
  43. name        = _("Airport")
  44. tech_req    = "Radio"
  45. obsolete_by = "None"
  46. is_wonder   = 0
  47. build_cost  = 160
  48. upkeep      = 3
  49. variant     = 0
  50. helptext    = _("\
  51. Allows a city to produce veteran air units.  Also, damaged air units\
  52.  which stay in town for one full turn without moving are completely\
  53.  restored.\
  54. \n\n\
  55. Two cities with Airports can airlift one unit per turn. \
  56.  Airlifting instantly transports the unit from one city to another\
  57.  and will use all of the unit's movement points.  A unit must have\
  58.  some movement points left to be airlifted.\
  59. ")
  60.  
  61. [building_aqueduct]
  62. name        = _("Aqueduct")
  63. tech_req    = "Construction"
  64. obsolete_by = "None"
  65. is_wonder   = 0
  66. build_cost  = 80
  67. upkeep      = 2
  68. variant     = 0
  69. ; auto-help
  70.  
  71. [building_bank]
  72. name        = _("Bank")
  73. tech_req    = "Banking"
  74. obsolete_by = "None"
  75. is_wonder   = 0
  76. build_cost  = 120
  77. upkeep      = 3
  78. variant     = 0
  79. helptext    = _("\
  80. Together with the Marketplace improvement, a Bank increases the\
  81.  luxury and tax production within a city by 100%.\
  82. ")
  83.  
  84. [building_barracks]
  85. name        = _("Barracks")
  86. tech_req    = "None"
  87. obsolete_by = "Gunpowder"
  88. is_wonder   = 0
  89. build_cost  = 40
  90. upkeep      = 1
  91. variant     = 0
  92. helptext    = _("\
  93. With a Barracks, each new land unit built in a city will\
  94.  automatically have Veteran status, which means that its attack and\
  95.  defence strengths are increased by 50%.  Also, damaged land units\
  96.  which stay in town for one full turn without moving are completely\
  97.  restored.\
  98. ")
  99. ; auto-help on obsolete
  100. ; Variant 1: Affects all units, not just land units.
  101.  
  102. [building_barracks_ii]
  103. name        = _("Barracks II")
  104. tech_req    = "Gunpowder"
  105. obsolete_by = "Mobile Warfare"
  106. is_wonder   = 0
  107. build_cost  = 40
  108. upkeep      = 1
  109. variant     = 0
  110. helptext    = _("\
  111. With a Barracks, each new land unit built in a city will\
  112.  automatically have Veteran status, which means that its attack and\
  113.  defence strengths are increased by 50%.  Also, damaged land units\
  114.  which stay in town for one full turn without moving are completely\
  115.  restored.\
  116. ")
  117. ; auto-help on obsolete
  118. ; Variant: Uses Barracks variant.
  119.  
  120. [building_barracks_iii]
  121. name        = _("Barracks III")
  122. tech_req    = "Mobile Warfare"
  123. obsolete_by = "None"
  124. is_wonder   = 0
  125. build_cost  = 40
  126. upkeep      = 1
  127. variant     = 0
  128. helptext    = _("\
  129. With a Barracks, each new land unit built in a city will\
  130.  automatically have Veteran status, which means that its attack and\
  131.  defence strengths are increased by 50%.  Also, damaged land units\
  132.  which stay in town for one full turn without moving are completely\
  133.  restored.\
  134. ")
  135. ; Variant: Uses Barracks variant.
  136.  
  137. [building_cathedral]
  138. name        = _("Cathedral")
  139. tech_req    = "Monotheism"
  140. obsolete_by = "None"
  141. is_wonder   = 0
  142. build_cost  = 120
  143. upkeep      = 3
  144. variant     = 0
  145. helptext    = _("\
  146. A Cathedral makes 3 unhappy citizens content in a city, making it\
  147.  easier to maintain order in that city.\
  148. ")
  149. ; auto-help tech
  150.  
  151. [building_city_walls]
  152. name        = _("City Walls")
  153. tech_req    = "Masonry"
  154. obsolete_by = "None"
  155. is_wonder   = 0
  156. build_cost  = 80
  157. upkeep      = 0
  158. variant     = 0
  159. helptext    = _("\
  160. City Walls make it easier to defend a city.  They triple the defence\
  161.  strength of units within the city against ground and helicopter\
  162.  units.  They are ineffective against airborne and sea units as well\
  163.  as Howitzers.  City Walls also prevent the loss of population which\
  164.  occurs when a defending unit is destroyed by a land unit.\
  165. ")
  166. ; Variant 1: Also effective against sea units.
  167.  
  168. [building_coastal_defense]
  169. name        = _("Coastal Defense")
  170. tech_req    = "Metallurgy"
  171. obsolete_by = "None"
  172. is_wonder   = 0
  173. build_cost  = 80
  174. upkeep      = 1
  175. variant     = 0
  176. helptext    = _("\
  177. Increases the defence strength of units within a city by a factor\
  178.  of 2 when defending against bombardments from enemy ships.\
  179. ")
  180.  
  181. [building_colosseum]
  182. name        = _("Colosseum")
  183. tech_req    = "Construction"
  184. obsolete_by = "None"
  185. is_wonder   = 0
  186. build_cost  = 100
  187. upkeep      = 4
  188. variant     = 0
  189. helptext    = _("\
  190. Entertains the citizens of a city, making 3 unhappy citizens content.\
  191. ")
  192. ; auto-help tech
  193.  
  194. [building_courthouse]
  195. name        = _("Courthouse")
  196. tech_req    = "Code of Laws"
  197. obsolete_by = "None"
  198. is_wonder   = 0
  199. build_cost  = 80
  200. upkeep      = 1
  201. variant     = 0
  202. helptext    = _("\
  203. Reduces the corruption in a city by 50%.  Under a Democracy, a\
  204.  Courthouse makes 1 unhappy citizen content. \
  205.  Also halves the effective distance to the capital, for the purpose\
  206.  of calculating revolt cost.\
  207. ")
  208.  
  209. [building_factory]
  210. name        = _("Factory")
  211. tech_req    = "Industrialization"
  212. obsolete_by = "None"
  213. is_wonder   = 0
  214. build_cost  = 200
  215. upkeep      = 4
  216. variant     = 0
  217. helptext    = _("\
  218. Increases the shield production in a city by 50%, but also contributes\
  219.  significantly to pollution.\
  220. ")
  221.  
  222. [building_granary]
  223. name        = _("Granary")
  224. tech_req    = "Pottery"
  225. obsolete_by = "None"
  226. is_wonder   = 0
  227. build_cost  = 60
  228. upkeep      = 1
  229. variant     = 0
  230. helptext    = _("\
  231. The amount of stored food will be set to half full whenever a city\
  232.  with a Granary shrinks or grows. This helps a city to grow faster\
  233.  and more easily withstand famine.\
  234. ")
  235. ; NOTE:
  236. ; In Civ2, city size reduction does not generate food like this.
  237. ; Dare I ask where this food comes from?? :-)
  238.  
  239. [building_harbour]
  240. name        = _("Harbour")
  241. tech_req    = "Seafaring"
  242. obsolete_by = "None"
  243. is_wonder   = 0
  244. build_cost  = 60
  245. upkeep      = 1
  246. variant     = 0
  247. helptext    = _("\
  248. Gives one extra food resource on all Ocean squares.  The city needs\
  249.  to be coastal to build this improvement.\
  250. ")
  251.  
  252. [building_hydro_plant]
  253. name        = _("Hydro Plant")
  254. tech_req    = "Electronics"
  255. obsolete_by = "None"
  256. is_wonder   = 0
  257. build_cost  = 240
  258. upkeep      = 4
  259. variant     = 0
  260. helptext    = _("\
  261. Reduces the amount of pollution generated in a city.  It also\
  262.  increases the shield production of a Factory or Mfg. Plant in the\
  263.  city: a Factory and a Hydro Plant together give a 75% production\
  264.  bonus, and a Factory, Mfg. Plant and Hydro Plant together give\
  265.  a 150% production bonus.\
  266. \n\n\
  267. A city can only have one Hydro Plant, Power Plant, or Nuclear\
  268.  Plant. A city can only build a Hydro Plant if it is next to (or\
  269.  on) a Mountain or River tile.\
  270. ")
  271. ; NOTE:
  272. ; For Civ1 the first number above should be 100%, but the above
  273. ; describes current freeciv rules.
  274.  
  275. [building_library]
  276. name        = _("Library")
  277. tech_req    = "Writing"
  278. obsolete_by = "None"
  279. is_wonder   = 0
  280. build_cost  = 80
  281. upkeep      = 1
  282. variant     = 0
  283. helptext    = _("\
  284. Increases the science output in a city by 50%.\
  285. ")
  286.  
  287. [building_marketplace]
  288. name        = _("Marketplace")
  289. tech_req    = "Currency"
  290. obsolete_by = "None"
  291. is_wonder   = 0
  292. build_cost  = 80
  293. upkeep      = 1
  294. variant     = 0
  295. helptext    = _("\
  296. Increases the luxury and tax output in a city by 50%.\
  297. ")
  298.  
  299. [building_mass_transit]
  300. name        = _("Mass Transit")
  301. tech_req    = "Mass Production"
  302. obsolete_by = "None"
  303. is_wonder   = 0
  304. build_cost  = 160
  305. upkeep      = 4
  306. variant     = 0
  307. helptext    = _("\
  308. Neutralises the pollution generated by the population. \
  309.  The population simply has no effect on the pollution generated in\
  310.  the city.\
  311. ")
  312.  
  313. [building_mfg_plant]
  314. name        = _("Mfg. Plant")
  315. tech_req    = "Robotics"
  316. obsolete_by = "None"
  317. is_wonder   = 0
  318. build_cost  = 320
  319. upkeep      = 6
  320. variant     = 0
  321. helptext    = _("\
  322. Together with a Factory, a Manufacturing Plant increases the shield\
  323.  production in a city by 100%.\
  324. ")
  325.  
  326. [building_nuclear_plant]
  327. name        = _("Nuclear Plant")
  328. tech_req    = "Nuclear Power"
  329. obsolete_by = "None"
  330. is_wonder   = 0
  331. build_cost  = 160
  332. upkeep      = 2
  333. variant     = 0
  334. helptext    = _("\
  335. Reduces the amount of pollution generated in a city.  It also\
  336.  increases the shield production of a Factory or Mfg. Plant in\
  337.  the city: a Factory and a Nuclear Plant together give a 75%\
  338.  production bonus, and a Factory, Mfg. Plant and Nuclear Plant\
  339.  together give a 150% production bonus.\
  340. \n\n\
  341. A city can only have one Hydro Plant, or a Power Plant, or a\
  342.  Nuclear Plant.\
  343. ")
  344. ; NOTE:
  345. ; For Civ1 the first number above should be 100%, but the above
  346. ; describes current freeciv rules.
  347. ; There would also be a change of meltdown during civil disorder,
  348. ; but that has not been implemented yet.
  349.  
  350. [building_offshore_platform]
  351. name        = _("Offshore Platform")
  352. tech_req    = "Miniaturization"
  353. obsolete_by = "None"
  354. is_wonder   = 0
  355. build_cost  = 160
  356. upkeep      = 3
  357. variant     = 0
  358. helptext    = _("\
  359. Adds 1 extra shield resource on all Ocean squares in a city.  The\
  360.  city needs to be coastal to build this improvement.\
  361. ")
  362.  
  363. [building_palace]
  364. name        = _("Palace")
  365. tech_req    = "Masonry"
  366. obsolete_by = "None"
  367. is_wonder   = 0
  368. build_cost  = 100
  369. upkeep      = 0
  370. variant     = 0
  371. helptext    = _("\
  372. Makes a city the capital and the center of your government. \
  373.  Corruption in other cities is related to how far away from the\
  374.  capital they are, except when the government is Democracy or\
  375.  Communism.  The cost of inciting a revolt in a city also depends\
  376.  upon the city's distance from the capital (under all forms of\
  377.  government).\
  378. \n\n\
  379. Take good care of your capital, as it's loss may result in your\
  380.  empire plunging into civil war.\
  381. ")
  382.  
  383. [building_police_station]
  384. name        = _("Police Station")
  385. tech_req    = "Communism"
  386. obsolete_by = "None"
  387. is_wonder   = 0
  388. build_cost  = 60
  389. upkeep      = 2
  390. variant     = 0
  391. helptext    = _("\
  392. Reduces the unhappiness caused by military units outside the city\
  393.  by 2 under Democracy and 1 under Republic.  This improvement has no\
  394.  effect under other governments.\
  395. ")
  396. ; Variant: Has the same variant and effect as "Women's Suffrage" (see
  397. ; also), but only for the city where it is built.
  398.  
  399. [building_port_facility]
  400. name        = _("Port Facility")
  401. tech_req    = "Amphibious Warfare"
  402. obsolete_by = "None"
  403. is_wonder   = 0
  404. build_cost  = 80
  405. upkeep      = 3
  406. variant     = 0
  407. helptext    = _("\
  408. Allows a city to build veteran sea units.  Also, damaged sea units\
  409.  which stay in town for one full turn without moving are completely\
  410.  restored.\
  411. ")
  412.  
  413. [building_power_plant]
  414. name        = _("Power Plant")
  415. tech_req    = "Refining"
  416. obsolete_by = "None"
  417. is_wonder   = 0
  418. build_cost  = 160
  419. upkeep      = 4
  420. variant     = 0
  421. helptext    = _("\
  422. Increases the shield production of a Factory or Mfg. Plant in a\
  423.  city: a Factory and a Power Plant together give a 75% production\
  424.  bonus, and a Factory, Mfg. Plant and Power Plant together give\
  425.  a 150% production bonus.  The extra production may lead to the city\
  426.  generating more pollution.\
  427. \n\n\
  428. A city can only have one Hydro Plant, or a Power Plant, or\
  429.  a Nuclear Plant.\
  430. ")
  431. ; NOTE:
  432. ; For Civ1 the first number above should be 100%, but the above
  433. ; describes current freeciv rules.
  434.  
  435. [building_recycling_center]
  436. name        = _("Recycling Center")
  437. tech_req    = "Recycling"
  438. obsolete_by = "None"
  439. is_wonder   = 0
  440. build_cost  = 200
  441. upkeep      = 2
  442. variant     = 0
  443. helptext    = _("\
  444. Building a recycling center reduces the amount of pollution\
  445.  generated by a city by 65%.\
  446. ")
  447.  
  448. [building_research_lab]
  449. name        = _("Research Lab")
  450. tech_req    = "Computers"
  451. obsolete_by = "None"
  452. is_wonder   = 0
  453. build_cost  = 160
  454. upkeep      = 3
  455. variant     = 0
  456. helptext    = _("\
  457. Together with a Library and a University, a Research Lab increases\
  458.  the science production of a city by 150%.\
  459. ")
  460.  
  461. [building_sam_battery]
  462. name        = _("SAM Battery")
  463. tech_req    = "Rocketry"
  464. obsolete_by = "None"
  465. is_wonder   = 0
  466. build_cost  = 100
  467. upkeep      = 2
  468. variant     = 0
  469. helptext    = _("\
  470. Doubles the defense of all units inside the city when attacked by\
  471.  non-nuclear air units.\
  472. ")
  473.  
  474. [building_sdi_defense]
  475. name        = _("SDI Defense")
  476. tech_req    = "Laser"
  477. obsolete_by = "None"
  478. is_wonder   = 0
  479. build_cost  = 200
  480. upkeep      = 4
  481. variant     = 0
  482. helptext    = _("\
  483. Protects a city from attacks from Nuclear units.  Nuclear attacks\
  484.  simply have no effect on the city.  Also, doubles defence against\
  485.  non-nuclear missiles.\
  486. ")
  487.  
  488. [building_sewer_system]
  489. name        = _("Sewer System")
  490. tech_req    = "Sanitation"
  491. obsolete_by = "None"
  492. is_wonder   = 0
  493. build_cost  = 120
  494. upkeep      = 2
  495. variant     = 0
  496. ; auto-help
  497.  
  498. [building_solar_plant]
  499. name        = _("Solar Plant")
  500. tech_req    = "Never"          ; "Environmentalism"
  501. obsolete_by = "None"
  502. is_wonder   = 0
  503. build_cost  = 320
  504. upkeep      = 4
  505. variant     = 0
  506. ; not implemented
  507.  
  508. [building_space_component]
  509. name        = _("Space Component")
  510. tech_req    = "Plastics"
  511. obsolete_by = "None"
  512. is_wonder   = 0
  513. build_cost  = 160
  514. upkeep      = 0
  515. variant     = 0
  516. helptext    = _("\
  517. Space Components can be differentiated into Propulsion and Fuel\
  518.  Components.  Each pair of them reduces your spaceship's travel\
  519.  time. You can build up to 8 pairs.\
  520. \n\n\
  521. Before you can build any spaceship parts, the Apollo Program wonder\
  522.  must have been built by any player.\
  523. ")
  524.  
  525. [building_space_module]
  526. name        = _("Space Module")
  527. tech_req    = "Superconductors"
  528. obsolete_by = "None"
  529. is_wonder   = 0
  530. build_cost  = 320
  531. upkeep      = 0
  532. variant     = 0
  533. helptext    = _("\
  534. Space Modules are the most expensive parts of spaceships.  There\
  535.  are three different types of Space Module:\
  536. \n\n\
  537. - Habitation Module: provides living space for 10,000 people.\
  538. \n\n\
  539. - Life Support Module: provides food and water for the population of\
  540.   one Habitation Module.\
  541. \n\n\
  542. - Solar Panels: provides the energy needed for any two of the other\
  543.   Modules.\
  544. \n\n\
  545. You can build up to 4 Space Modules of each kind.\
  546. \n\n\
  547. Before you can build any spaceship parts, the Apollo Program wonder\
  548.  must have been built by any player.\
  549. ")
  550.  
  551. [building_space_structural]
  552. name        = _("Space Structural")
  553. tech_req    = "Space Flight"
  554. obsolete_by = "None"
  555. is_wonder   = 0
  556. build_cost  = 80
  557. upkeep      = 0
  558. variant     = 0
  559. helptext    = _("\
  560. Space Structurals form the base of your spaceship.  All other\
  561.  spaceship parts need to be connected to Structurals in order to\
  562.  function. You can build up to 32 Space Structurals.\
  563. \n\n\
  564. Before you can build any spaceship parts, the Apollo Program wonder\
  565.  must have been built by any player.\
  566. ")
  567.  
  568. [building_stock_exchange]
  569. name        = _("Stock Exchange")
  570. tech_req    = "Economics"
  571. obsolete_by = "None"
  572. is_wonder   = 0
  573. build_cost  = 160
  574. upkeep      = 4
  575. variant     = 0
  576. helptext    = _("\
  577. Together with a Marketplace and a Bank, a Stock Exchange boosts\
  578.  tax and luxury production in a city by 150%.\
  579. ")
  580.  
  581. [building_super_highways]
  582. name        = _("Super Highways")
  583. tech_req    = "Automobile"
  584. obsolete_by = "None"
  585. is_wonder   = 0
  586. build_cost  = 160
  587. upkeep      = 3
  588. variant     = 0
  589. helptext    = _("\
  590. Increases trade resources by 50% on all squares with roads or\
  591.  railroads.\
  592. ")
  593.  
  594. [building_supermarket]
  595. name        = _("Supermarket")
  596. tech_req    = "Refrigeration"
  597. obsolete_by = "None"
  598. is_wonder   = 0
  599. build_cost  = 120
  600. upkeep      = 3
  601. variant     = 0
  602. helptext    = _("\
  603. Increases the food resources by 50% on each farmland square which\
  604.  is being used around the city.  Farmland squares are those which\
  605.  have been irrigated a second time.\
  606. ")
  607.  
  608. [building_temple]
  609. name        = _("Temple")
  610. tech_req    = "Ceremonial Burial"
  611. obsolete_by = "None"
  612. is_wonder   = 0
  613. build_cost  = 40
  614. upkeep      = 1
  615. variant     = 0
  616. helptext    = _("\
  617. Makes one unhappy citizen content.  Both the Mysticism advance\
  618.  and the Oracle wonder double this effect.  With both Mysticism\
  619.  and the Oracle, 4 citizens are made content.\
  620. ")
  621.  
  622. [building_university]
  623. name        = _("University")
  624. tech_req    = "University"
  625. obsolete_by = "None"
  626. is_wonder   = 0
  627. build_cost  = 160
  628. upkeep      = 3
  629. variant     = 0
  630. helptext    = _("\
  631. Together with a Library, a University increases the science\
  632.  production of a city by 100%.\
  633. ")
  634.  
  635. [building_apollo_program]
  636. name        = _("Apollo Program")
  637. tech_req    = "Space Flight"
  638. obsolete_by = "None"
  639. is_wonder   = 1
  640. build_cost  = 600
  641. upkeep      = 0
  642. variant     = 0
  643. helptext    = _("\
  644. All cities on the map become visible for the player who owns it. \
  645.  It allows all players to start building spaceship parts (assuming\
  646.  they have researched the necessary technologies).\
  647. ")
  648.  
  649. [building_asmiths_trading_co]
  650. name        = _("A.Smith's Trading Co.")
  651. tech_req    = "Economics"
  652. obsolete_by = "None"
  653. is_wonder   = 1
  654. build_cost  = 400
  655. upkeep      = 0
  656. variant     = 0
  657. helptext    = _("\
  658. City improvements which would normally have an upkeep of 1 are free\
  659.  of upkeep, for all cities.\
  660. ")
  661.  
  662. [building_colossus]
  663. name        = _("Colossus")
  664. tech_req    = "Bronze Working"
  665. obsolete_by = "Flight"
  666. is_wonder   = 1
  667. build_cost  = 200
  668. upkeep      = 0
  669. variant     = 0
  670. helptext    = _("\
  671. Each square around the city where this wonder is built produces one\
  672.  extra trade resource.\
  673. ")
  674.  
  675. [building_copernicus_observatory]
  676. name        = _("Copernicus' Observatory")
  677. tech_req    = "Astronomy"
  678. obsolete_by = "None"
  679. is_wonder   = 1
  680. build_cost  = 300
  681. upkeep      = 0
  682. variant     = 0
  683. helptext    = _("\
  684. Boosts science production by 50% in the city where it is built.\
  685. ")
  686.  
  687. [building_cure_for_cancer]
  688. name        = _("Cure For Cancer")
  689. tech_req    = "Genetic Engineering"
  690. obsolete_by = "None"
  691. is_wonder   = 1
  692. build_cost  = 600
  693. upkeep      = 0
  694. variant     = 0
  695. helptext    = _("\
  696. This stunning technological achievement makes one unhappy\
  697.  citizen content in all cities.\
  698. ")
  699.  
  700. [building_darwins_voyage]
  701. name        = _("Darwin's Voyage")
  702. tech_req    = "Railroad"
  703. obsolete_by = "None"
  704. is_wonder   = 1
  705. build_cost  = 300
  706. upkeep      = 0
  707. variant     = 0
  708. helptext    = _("\
  709. Charles Darwin's voyage sparked the discovery of the evolution\
  710.  of the species, which inspired greater confidence in science.\
  711.  Gives two immediate technology advances.\
  712. ")
  713.  
  714. [building_eiffel_tower]
  715. name        = _("Eiffel Tower")
  716. tech_req    = "Never"
  717. obsolete_by = "None"
  718. is_wonder   = 1
  719. build_cost  = 300
  720. upkeep      = 0
  721. variant     = 0
  722. ; Not implemented
  723.  
  724. [building_great_library]
  725. name        = _("Great Library")
  726. tech_req    = "Literacy"
  727. obsolete_by = "Electricity"
  728. is_wonder   = 1
  729. build_cost  = 300
  730. upkeep      = 0
  731. variant     = 0
  732. helptext    = _("\
  733. The civilization which builds the Great Library gets every advance\
  734.  that at least two other civilizations have achieved.\
  735. ")
  736.  
  737. [building_great_wall]
  738. name        = _("Great Wall")
  739. tech_req    = "Masonry"
  740. obsolete_by = "Metallurgy"
  741. is_wonder   = 1
  742. build_cost  = 300
  743. upkeep      = 0
  744. variant     = 0
  745. helptext    = _("\
  746. Works as a City Wall in all cities.\
  747. ")
  748.  
  749. [building_hanging_gardens]
  750. name        = _("Hanging Gardens")
  751. tech_req    = "Pottery"
  752. obsolete_by = "Railroad"
  753. is_wonder   = 1
  754. build_cost  = 200
  755. upkeep      = 0
  756. variant     = 0
  757. helptext    = _("\
  758. Makes one content citizen happy in every city. Makes two extra\
  759.  content citizens happy in the city containing the Hanging Gardens\
  760.  (that is, a total of 3).  In the unlikely event where there are no\
  761.  content citizens to get the effect of Hanging Gardens, the wonder\
  762.  applies to unhappy citizens (making them content instead).\
  763. ")
  764.  
  765. [building_hoover_dam]
  766. name        = _("Hoover Dam")
  767. tech_req    = "Electronics"
  768. obsolete_by = "None"
  769. is_wonder   = 1
  770. build_cost  = 600
  771. upkeep      = 0
  772. variant     = 0
  773. helptext    = _("\
  774. Works as if you had a Hydro Plant in every city.  (This reduces\
  775.  pollution and increases the effects of Factories and Mfg. Plants.)\
  776.  Like a Hydro Plant, the Hoover Dam can only be built in a city\
  777.  which is next to (or on) a Mountain or River tile.  However, its\
  778.  effect is applicable to the whole of your civilization (regardless\
  779.  of whether a city is next to, or on, a Mountain or River tile).\
  780. ")
  781. ; Variant 1: As above, but works only on the same continent as the
  782. ; city where it is built.
  783.  
  784. [building_isaac_newtons_college]
  785. name        = _("Isaac Newton's College")
  786. tech_req    = "Theory of Gravity"
  787. obsolete_by = "None"
  788. is_wonder   = 1
  789. build_cost  = 400
  790. upkeep      = 0
  791. variant     = 0
  792. helptext    = _("\
  793. Boosts science production by 100% in the city where it is built.\
  794. ")
  795.  
  796. [building_js_bachs_cathedral]
  797. name        = _("J.S. Bach's Cathedral")
  798. tech_req    = "Theology"
  799. obsolete_by = "None"
  800. is_wonder   = 1
  801. build_cost  = 400
  802. upkeep      = 0
  803. variant     = 0
  804. helptext    = _("\
  805. Makes two unhappy citizens content in every city.\
  806. ")
  807. ; Variant 1: As above, but works only on the same continent as the
  808. ; city where it is built.
  809.  
  810. [building_king_richards_crusade]
  811. name        = _("King Richard's Crusade")
  812. tech_req    = "Engineering"
  813. obsolete_by = "Industrialization"
  814. is_wonder   = 1
  815. build_cost  = 300
  816. upkeep      = 0
  817. variant     = 0
  818. helptext    = _("\
  819. Adds one extra shield resource on every square around the city\
  820.  where it is built.\
  821. ")
  822.  
  823. [building_leonardos_workshop]
  824. name        = _("Leonardo's Workshop")
  825. tech_req    = "Invention"
  826. obsolete_by = "Automobile"
  827. is_wonder   = 1
  828. build_cost  = 400
  829. upkeep      = 0
  830. variant     = 0
  831. helptext    = _("\
  832. Upgrades one obsolete unit per game turn.\
  833. ")
  834. ; Variant 1: Upgrades all obsolete units each turn.
  835.  
  836. [building_lighthouse]
  837. name        = _("Lighthouse")
  838. tech_req    = "Map Making"
  839. obsolete_by = "Magnetism"
  840. is_wonder   = 1
  841. build_cost  = 200
  842. upkeep      = 0
  843. variant     = 0
  844. helptext    = _("\
  845. Gives all sea units 1 additional movement point and eliminates the\
  846.  risk of losing Triremes on the high seas.  Makes all new sea units\
  847.  veterans (for all cities).\
  848. ")
  849.  
  850. [building_magellans_expedition]
  851. name        = _("Magellan's Expedition")
  852. tech_req    = "Navigation"
  853. obsolete_by = "None"
  854. is_wonder   = 1
  855. build_cost  = 400
  856. upkeep      = 0
  857. variant     = 0
  858. helptext    = _("\
  859. Gives all sea units 2 additional movement points.\
  860. ")
  861. ; Variant 1: Only gives 1 additional movement point.
  862.  
  863. [building_manhattan_project]
  864. name        = _("Manhattan Project")
  865. tech_req    = "Nuclear Fission"
  866. obsolete_by = "None"
  867. is_wonder   = 1
  868. build_cost  = 600
  869. upkeep      = 0
  870. variant     = 0
  871. ; auto-help
  872.  
  873. [building_marco_polos_embassy]
  874. name        = _("Marco Polo's Embassy")
  875. tech_req    = "Trade"
  876. obsolete_by = "Communism"
  877. is_wonder   = 1
  878. build_cost  = 200
  879. upkeep      = 0
  880. variant     = 0
  881. helptext    = _("\
  882. The player who owns it gets an embassy with all players.\
  883. ")
  884.  
  885. [building_michelangelos_chapel]
  886. name        = _("Michelangelo's Chapel")
  887. tech_req    = "Monotheism"
  888. obsolete_by = "None"
  889. is_wonder   = 1
  890. build_cost  = 400
  891. upkeep      = 0
  892. variant     = 0
  893. helptext    = _("\
  894. Counts as having a Cathedral in each of your cities. \
  895.  This makes 3 unhappy citizens content in each city.\
  896. ")
  897. ; auto-help tech
  898. ; Variant 1: Double effects of Cathedrals.
  899.  
  900. [building_oracle]
  901. name        = _("Oracle")
  902. tech_req    = "Mysticism"
  903. obsolete_by = "Theology"
  904. is_wonder   = 1
  905. build_cost  = 300
  906. upkeep      = 0
  907. variant     = 0
  908. helptext    = _("\
  909. Doubles the effect of Temples, in all cities.\
  910. ")
  911.  
  912. [building_pyramids]
  913. name        = _("Pyramids")
  914. tech_req    = "Masonry"
  915. obsolete_by = "None"
  916. is_wonder   = 1
  917. build_cost  = 200
  918. upkeep      = 0
  919. variant     = 0
  920. helptext    = _("\
  921. Counts as having a Granary in every city.\
  922. ")
  923. ; Variant 1: 
  924. ; Allows you to choose any government, including those that have not yet
  925. ; been researched by your civilization, and without the transition
  926. ; period of Anarchy.
  927.  
  928. [building_seti_program]
  929. name        = _("SETI Program")
  930. tech_req    = "Computers"
  931. obsolete_by = "None"
  932. is_wonder   = 1
  933. build_cost  = 600
  934. upkeep      = 0
  935. variant     = 0
  936. helptext    = _("\
  937. Boosts science production in each city by 50%.  (Counts as having\
  938.  a Research Lab in all of your cities.)\
  939. ")
  940.  
  941. [building_shakespeares_theatre]
  942. name        = _("Shakespeare's Theatre")
  943. tech_req    = "Medicine"
  944. obsolete_by = "None"
  945. is_wonder   = 1
  946. build_cost  = 300
  947. upkeep      = 0
  948. variant     = 0
  949. helptext    = _("\
  950. Makes all unhappy citizens content, in the city where it is located.\
  951. ")
  952.  
  953. [building_statue_of_liberty]
  954. name        = _("Statue of Liberty")
  955. tech_req    = "Democracy"
  956. obsolete_by = "None"
  957. is_wonder   = 1
  958. build_cost  = 400
  959. upkeep      = 0
  960. variant     = 0
  961. helptext    = _("\
  962. Allows you to choose any government, including those that have not yet\
  963.  been researched by your civilization, and without the transition\
  964.  period of Anarchy.\
  965. ")
  966.  
  967. [building_sun_tzus_war_academy]
  968. name        = _("Sun Tzu's War Academy")
  969. tech_req    = "Feudalism"
  970. obsolete_by = "Mobile Warfare"
  971. is_wonder   = 1
  972. build_cost  = 300
  973. upkeep      = 0
  974. variant     = 0
  975. helptext    = _("\
  976. All your new ground units become veterans (for all cities). \
  977.  The chance of a unit becoming a veteran after a battle increases\
  978.  from 50% to 100%.\
  979. ")
  980. ; Variant: Uses Barracks variant.
  981.  
  982. [building_united_nations]
  983. name        = _("United Nations")
  984. tech_req    = "Communism"
  985. obsolete_by = "None"
  986. is_wonder   = 1
  987. build_cost  = 600
  988. upkeep      = 0
  989. variant     = 0
  990. helptext    = _("\
  991. Units regain two extra hitpoints per turn.\
  992. ")
  993. ; Variant 1: 
  994. ; Allows you to choose any government, including those that have not yet
  995. ; been researched by your civilization, and without the transition
  996. ; period of Anarchy.
  997. ;
  998. ; NOTE: 
  999. ; Variant 1 does not match Civ1 or Civ2, but diplomatic effects are 
  1000. ; not very effective in multiplayer, and hitpoints effects do not
  1001. ; apply for Civ1.  Note in Civ1 Pyramids have a gov-change effect,
  1002. ; but become obsolete, and the Statue of Liberty does not exist.
  1003.  
  1004. [building_womens_suffrage]
  1005. name        = _("Women's Suffrage")
  1006. tech_req    = "Industrialization"
  1007. obsolete_by = "None"
  1008. is_wonder   = 1
  1009. build_cost  = 600
  1010. upkeep      = 0
  1011. variant     = 0
  1012. helptext    = _("\
  1013. Counts as a Police Station in every city.  (That is, for each city,\
  1014.  reduces unhappiness for military units outside the city by 2 under\
  1015.  Democracy and 1 under Republic.  This wonder has no effect under\
  1016.  other governments.)\
  1017. ")
  1018. ; Variant 1: The unhappiness effect of every unit (not just one unit
  1019. ; per city) is reduced by 1.  This means that in a Republic, units do
  1020. ; not cause unhappiness, and in a Democracy, aggressive units cause
  1021. ; only 1 unhappy citizen each.
  1022.  
  1023. [building_capitalization]        ; Special case
  1024. name        = _("Capitalization")
  1025. tech_req    = "The Corporation"
  1026. obsolete_by = "None"
  1027. is_wonder   = 0
  1028. build_cost  = 999
  1029. upkeep      = 0
  1030. variant     = 0
  1031. helptext    = _("\
  1032. This is not a normal improvement.  Instead, setting a city's\
  1033.  production to Capitalization means its shield production is\
  1034.  converted to tax output (money).\
  1035. ")
  1036.  
  1037. [b_special]
  1038.  
  1039. ; Special values:
  1040.  
  1041. aqueduct_size=8;
  1042. sewer_size=12;
  1043.  
  1044. ; Techs which modify building effects:
  1045.  
  1046. cathedral_plus="Theology"
  1047. cathedral_minus="Communism"
  1048. colosseum_plus="Electricity"
  1049. temple_plus="Mysticism"
  1050.